[LINUX] Fix return value of gnttab_resume().
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 17 Aug 2006 15:57:16 +0000 (16:57 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 17 Aug 2006 15:57:16 +0000 (16:57 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/core/gnttab.c

index 36e627f60c482071dd0edc789c61d65dcfc6c058..3195279a87703abfc9084fe95ec6ca4000b3452b 100644 (file)
@@ -408,6 +408,8 @@ int gnttab_resume(void)
        shared = __va(frames[0] << PAGE_SHIFT);
        printk("grant table at %p\n", shared);
 #endif
+
+       return 0;
 }
 
 int gnttab_suspend(void)